header {
  color: #414141;
}

.code{
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
    background-color:#e2e2e2;
    color:#000;
    font-family:'Fira mono', 'Courier New', Courier, monospace;
    font-size:85%;
    letter-spacing:.05em;
    padding:1em;
}
.sidebar{ display:none}
/*input {
    margin: .5em;
    border: 0;
    min-width: 100px;
    background-color: #414141;
    color: #f8f8f8;
    font-family: inherit;
    font-size: inherit;
    border-bottom: 5px solid #e84e40;
    padding: .5em 1em;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    outline: none;
}

input:active {
    box-shadow: 0 0 0 0;
    outline: none;
}

input:hover {
    outline: none;
}

input:active, input:hover {
    background-color: #e84e40;
    border-color: #414141;
}
*/
main {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 4em;
}

main a,
main a:active,
main a:focus,
main a:hover,
main a:link,
main a:visited {
    font-family: 'fira mono';
    text-transform: uppercase;
    font-size:90%;
    color:black;
    border-bottom: 1px dotted black;
}

main header {
    font-size: 80%;
}

section {
    margin: 4em 0;
}

.aligncontent-center {
    text-align: center;
}

.wrapper {
   
    background-color: transparent;
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    line-height: 65px;
   /* border-top: 2px solid #414141;*/ z-index:999; 
}
.toolbar{ height:90px;}
.toolbar .logo{ width:80%;}
.menu-button {
	position: absolute;

	height: 36px;
	width: 36px;
	cursor: pointer;
	z-index: 99999; right:-10px; top:25px;
}
.menu-button:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 3px;
  border-bottom: 12px double #919191;
  border-top: 4px solid #919191;
  width: 22px;
  height: 5px;
}

.menu-left {
  float: left;
  margin-right: 1.5em; padding-right:20px; line-height:30px;
}

.sidebar {
    margin: 0;
    padding-top: 1em;
    color: white;
    background-color:#414141;
}


.sidebar li a {
	line-height: 16px;
	display:block;
	color:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #313131;
	border-bottom-color: #555555;
	margin-right: 0;
	margin-left: 0;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sidebar li a:hover {
    background-color: #555;
}
.sidebar li li a {
	text-align: left;
	padding-left: 2em;
}
.sidebar li li li a {
	text-align: left;
	padding-left: 3em;
}
.sidebar li li li li a {
	text-align: left;
	padding-left: 4em;
}
.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
    
}
.sidebar h6{
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	margin: auto;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 10px;
	padding-left: 1em;
}
